[16.0][ADD] sale_product_email : Sending a mail on order confirmation for a given product#3802
Merged
OCA-git-bot merged 3 commits intoOCA:16.0from Sep 25, 2025
Merged
Conversation
59a3dca to
f9f43b9
Compare
19e6ffe to
e46c15d
Compare
|
Lgtm ! |
e46c15d to
4f13862
Compare
Author
|
I updated the description to explain the difference between it and |
This comment was marked as outdated.
This comment was marked as outdated.
LaetitiaElabore
approved these changes
Sep 16, 2025
rousseldenis
approved these changes
Sep 25, 2025
Contributor
|
/ocabot merge nobump |
Contributor
|
Hey, thanks for contributing! Proceeding to merge this for you. |
Contributor
|
This PR has the |
Contributor
|
Congratulations, your PR was merged at d265c3f. Thanks a lot for contributing to OCA. ❤️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This module was proposed for inclusion in the 12.0 branch by @fcayre with the following pull request :
#1891
It introduces as a feature to be able to send a mail for a given product (product.template) once a sale order has been confirmed.
There were mainly talks about the method to send mails, which functions through the sale order line by line, but they hadn't progressed since 2022, and we introduced the module in our code base.
Since we're migrating our Odoo instance to v16.0, we migrated this module to 16.0, and we wish to introduce it to the OCA once more.